home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / fs-6300.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  36.5 KB  |  833 lines

  1. *PPD-Adobe: "4.3"
  2. *%=============================================================================
  3. *%
  4. *%  PPD file for Kyocera FS-6300 (USA English)
  5. *%
  6. *%  Copyright (C) 1993-1999 Kyocera Technology Development Inc.
  7. *%  All Rights Reserved
  8. *%
  9. *%  Permission is granted for redistribution of this file as long as this
  10. *%  copyright notice is intact and the contents of the file are not altered
  11. *%  in any way from their original form.
  12. *%
  13. *%  Contents of this file are automatically generated with the PPDGEN utility 
  14. *%
  15. *%=============================================================================
  16.  
  17. *FileVersion: "1.6.2"
  18. *FormatVersion: "4.3"
  19. *LanguageEncoding: ISOLatin1
  20. *LanguageVersion: English
  21. *Product: "(FS-6300)"
  22. *PSVersion: "(2014.108) 1"
  23. *Manufacturer: "Kyocera"
  24. *ModelName: "Kyocera FS-6300 (KPDL-2)"
  25. *ShortNickName: "Kyocera FS-6300 (KPDL-2)"
  26. *NickName: "Kyocera FS-6300 (KPDL-2)"
  27. *PCFileName: "FS-6300.PPD"
  28.  
  29. *% Basic Device Capabilities
  30. *LanguageLevel: "2"
  31. *ColorDevice: False
  32. *DefaultColorSpace: Gray
  33. *TTRasterizer: Type42
  34. *?TTRasterizer: "
  35.   save
  36.   42 /FontType resourcestatus
  37.   { pop pop (Type42) }{ (None) } ifelse
  38.   = flush restore"
  39. *End
  40. *FreeVM: "2208000"
  41. *Throughput: "16"
  42.  
  43. *% System Management
  44. *SuggestedJobTimeout: "0"
  45. *SuggestedManualFeedTimeout: "0"
  46. *SuggestedWaitTimeout: "120"
  47. *PrintPSErrors: True
  48.  
  49. *Password: "0"
  50.  
  51. *ExitServer: "
  52.   count 0 eq {true}
  53.   {dup statusdict /checkpassword get exec not} ifelse
  54.   {(WARNING : Cannot perform the exitserver command.) =
  55.     (Password supplied is not valid.) =
  56.     (Please contact the author of this software.) = flush quit} if
  57.   serverdict /exitserver get exec"
  58. *End
  59.  
  60. *Reset: "
  61.   count 0 eq { true }
  62.   {dup statusdict /checkpassword get exec not} ifelse
  63.   {(WARNING : Cannot perform the exitserver command.) =
  64.     (Password supplied is not valid.) =
  65.     (Please contact the author of this software.) = flush quit} if
  66.   serverdict /exitserver get exec
  67.   systemdict /quit get exec
  68.   (WARNING : Printer Reset Failed.) = flush"
  69. *End
  70.  
  71. *% Protocols
  72. *Protocols: PJL TBCP
  73.  
  74. *1284Modes Parallel: Compat Nibble ECP
  75. *1284DeviceID: "MFG:Kyocera;Model:Kyocera FS-6300;COMMAND SET: POSTSCRIPT,PJL,PCL"
  76.  
  77. *% Page Stack Order
  78. *PageStackOrder FDTop: Reverse
  79. *PageStackOrder FURear: Normal
  80.  
  81. *% JCL Information 
  82. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  83. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE=POSTSCRIPT<0A>"
  84. *JCLEnd: "<1B>%-12345X@PJL EOJ<0A><1B>%-12345X"
  85.  
  86. *JCLOpenUI *JCLEconomode/EcoPrint: PickOne
  87. *DefaultJCLEconomode: Off
  88. *OrderDependency: 5 JCLSetup *JCLEconomode
  89. *JCLEconomode Off/Off: "@PJL SET ECONOMODE=OFF<0A>"
  90. *JCLEconomode On/On: "@PJL SET ECONOMODE=ON<0A>"
  91. *JCLCloseUI: *JCLEconomode
  92.  
  93. *% Installable Options
  94. *OpenGroup: InstallableOptions/Installed Options
  95.  
  96. *% Paper Feeders
  97. *OpenUI *Option12/PF-26 Paper Feeders: PickOne
  98. *DefaultOption12: None
  99. *Option12 None/None: ""
  100. *Option12 One/One: ""
  101. *Option12 Two/Two: ""
  102. *?Option12: "
  103.   save
  104.   (None) currentpagedevice dup /InputAttributes known {
  105.     /InputAttributes get
  106.     dup 1 known {dup 1 get null ne {exch pop (One) exch} if} if
  107.     dup 3 known {dup 3 get null ne {exch pop (Two) exch} if} if
  108.   } if pop
  109.   = flush restore"
  110. *End
  111. *CloseUI: *Option12
  112.  
  113. *% Duplex Unit
  114. *OpenUI *Option16/Duplex Unit: Boolean
  115. *DefaultOption16: False
  116. *Option16 False/Not Installed: ""
  117. *Option16 True/Installed: ""
  118. *?Option16: "
  119.   save
  120.   currentpagedevice /Duplex known {(True)}{(False)} ifelse
  121.   = flush restore"
  122. *End
  123. *CloseUI: *Option16
  124.  
  125. *% Disk Drive
  126. *OpenUI *Option18/Optional Disk: PickOne
  127. *DefaultOption18: None
  128. *Option18 None/None: ""
  129. *Option18 RAMDisk/RAM Disk: ""
  130. *?Option18: "
  131.   save
  132.   false
  133.   (%disk?%)
  134.   {currentdevparams dup /Writeable known
  135.     {dup /Writeable get
  136.       {exch pop /LogicalSize get dup 0 gt exch 102400 lt eq true}{pop pop false} ifelse
  137.     }{pop pop} ifelse
  138.   } 100 string /IODevice resourceforall
  139.   {{(RAMDisk)}{(HardDisk)} ifelse}{(None)} ifelse
  140.   = flush restore"
  141. *End
  142. *CloseUI: *Option18
  143.  
  144. *% Installed Memory
  145. *OpenUI *InstalledMemory/Memory: PickOne
  146. *DefaultInstalledMemory: 4MB
  147. *InstalledMemory 4MB/Standard: ""
  148. *InstalledMemory 20MB/16MB Upgrade: ""
  149. *InstalledMemory 36MB/32MB Upgrade: ""
  150. *InstalledMemory 68MB/64MB Upgrade: ""
  151. *?InstalledMemory: "
  152.   save
  153.   currentsystemparams dup
  154.   /RamSize known {
  155.     /RamSize get
  156.     524288 div ceiling cvi 2 div cvi
  157.     /vmsize 20 string def
  158.     vmsize cvs print
  159.     (MB) print (\n) print flush
  160.   }{
  161.     pop (Unknown) print flush
  162.   } ifelse
  163.   restore"
  164. *End
  165. *CloseUI: *InstalledMemory
  166.  
  167. *CloseGroup: InstallableOptions
  168.  
  169. *% Virtual Memory 
  170. *VMOption 4MB: "2208000"
  171. *VMOption 20MB: "15648000"
  172. *VMOption 36MB: "29088000"
  173. *VMOption 68MB: "55968000"
  174.  
  175.  
  176. *% Constraints
  177. *UIConstraints: *Option12 None *InputSlot PF26A
  178. *UIConstraints: *InputSlot PF26A *Option12 None
  179. *UIConstraints: *Option12 None *InputSlot PF26B
  180. *UIConstraints: *InputSlot PF26B *Option12 None
  181. *UIConstraints: *Option12 One *InputSlot PF26B
  182. *UIConstraints: *InputSlot PF26B *Option12 One
  183. *UIConstraints: *Duplex *Option16 False
  184. *UIConstraints: *Option16 False *Duplex DuplexTumble
  185. *UIConstraints: *Option16 False *Duplex DuplexNoTumble
  186. *UIConstraints: *MediaType Transparency *Duplex
  187. *UIConstraints: *Duplex *MediaType Transparency
  188. *UIConstraints: *MediaType Labels *Duplex
  189. *UIConstraints: *Duplex *MediaType Labels
  190. *UIConstraints: *KCCollate *Option18 None
  191. *UIConstraints: *Option18 None *KCCollate Temp
  192. *UIConstraints: *PageSize Executive *InputSlot Internal
  193. *UIConstraints: *InputSlot Internal *PageSize Executive
  194. *UIConstraints: *PageRegion Executive *InputSlot Internal
  195. *UIConstraints: *InputSlot Internal *PageRegion Executive
  196. *UIConstraints: *PageSize A6 *InputSlot Internal
  197. *UIConstraints: *InputSlot Internal *PageSize A6
  198. *UIConstraints: *PageRegion A6 *InputSlot Internal
  199. *UIConstraints: *InputSlot Internal *PageRegion A6
  200. *UIConstraints: *PageSize ISOB5 *InputSlot Internal
  201. *UIConstraints: *InputSlot Internal *PageSize ISOB5
  202. *UIConstraints: *PageRegion ISOB5 *InputSlot Internal
  203. *UIConstraints: *InputSlot Internal *PageRegion ISOB5
  204. *UIConstraints: *PageSize B6 *InputSlot Internal
  205. *UIConstraints: *InputSlot Internal *PageSize B6
  206. *UIConstraints: *PageRegion B6 *InputSlot Internal
  207. *UIConstraints: *InputSlot Internal *PageRegion B6
  208. *UIConstraints: *PageSize EnvPersonal *InputSlot Internal
  209. *UIConstraints: *InputSlot Internal *PageSize EnvPersonal
  210. *UIConstraints: *PageRegion EnvPersonal *InputSlot Internal
  211. *UIConstraints: *InputSlot Internal *PageRegion EnvPersonal
  212. *UIConstraints: *PageSize Env9 *InputSlot Internal
  213. *UIConstraints: *InputSlot Internal *PageSize Env9
  214. *UIConstraints: *PageRegion Env9 *InputSlot Internal
  215. *UIConstraints: *InputSlot Internal *PageRegion Env9
  216. *UIConstraints: *PageSize Env10 *InputSlot Internal
  217. *UIConstraints: *InputSlot Internal *PageSize Env10
  218. *UIConstraints: *PageRegion Env10 *InputSlot Internal
  219. *UIConstraints: *InputSlot Internal *PageRegion Env10
  220. *UIConstraints: *PageSize EnvMonarch *InputSlot Internal
  221. *UIConstraints: *InputSlot Internal *PageSize EnvMonarch
  222. *UIConstraints: *PageRegion EnvMonarch *InputSlot Internal
  223. *UIConstraints: *InputSlot Internal *PageRegion EnvMonarch
  224. *UIConstraints: *PageSize EnvDL *InputSlot Internal
  225. *UIConstraints: *InputSlot Internal *PageSize EnvDL
  226. *UIConstraints: *PageRegion EnvDL *InputSlot Internal
  227. *UIConstraints: *InputSlot Internal *PageRegion EnvDL
  228. *UIConstraints: *PageSize EnvC5 *InputSlot Internal
  229. *UIConstraints: *InputSlot Internal *PageSize EnvC5
  230. *UIConstraints: *PageRegion EnvC5 *InputSlot Internal
  231. *UIConstraints: *InputSlot Internal *PageRegion EnvC5
  232. *UIConstraints: *PageSize Executive *InputSlot PF26A
  233. *UIConstraints: *InputSlot PF26A *PageSize Executive
  234. *UIConstraints: *PageRegion Executive *InputSlot PF26A
  235. *UIConstraints: *InputSlot PF26A *PageRegion Executive
  236. *UIConstraints: *PageSize A5 *InputSlot PF26A
  237. *UIConstraints: *InputSlot PF26A *PageSize A5
  238. *UIConstraints: *PageRegion A5 *InputSlot PF26A
  239. *UIConstraints: *InputSlot PF26A *PageRegion A5
  240. *UIConstraints: *PageSize A6 *InputSlot PF26A
  241. *UIConstraints: *InputSlot PF26A *PageSize A6
  242. *UIConstraints: *PageRegion A6 *InputSlot PF26A
  243. *UIConstraints: *InputSlot PF26A *PageRegion A6
  244. *UIConstraints: *PageSize ISOB5 *InputSlot PF26A
  245. *UIConstraints: *InputSlot PF26A *PageSize ISOB5
  246. *UIConstraints: *PageRegion ISOB5 *InputSlot PF26A
  247. *UIConstraints: *InputSlot PF26A *PageRegion ISOB5
  248. *UIConstraints: *PageSize B6 *InputSlot PF26A
  249. *UIConstraints: *InputSlot PF26A *PageSize B6
  250. *UIConstraints: *PageRegion B6 *InputSlot PF26A
  251. *UIConstraints: *InputSlot PF26A *PageRegion B6
  252. *UIConstraints: *PageSize EnvPersonal *InputSlot PF26A
  253. *UIConstraints: *InputSlot PF26A *PageSize EnvPersonal
  254. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF26A
  255. *UIConstraints: *InputSlot PF26A *PageRegion EnvPersonal
  256. *UIConstraints: *PageSize Env9 *InputSlot PF26A
  257. *UIConstraints: *InputSlot PF26A *PageSize Env9
  258. *UIConstraints: *PageRegion Env9 *InputSlot PF26A
  259. *UIConstraints: *InputSlot PF26A *PageRegion Env9
  260. *UIConstraints: *PageSize Env10 *InputSlot PF26A
  261. *UIConstraints: *InputSlot PF26A *PageSize Env10
  262. *UIConstraints: *PageRegion Env10 *InputSlot PF26A
  263. *UIConstraints: *InputSlot PF26A *PageRegion Env10
  264. *UIConstraints: *PageSize EnvMonarch *InputSlot PF26A
  265. *UIConstraints: *InputSlot PF26A *PageSize EnvMonarch
  266. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF26A
  267. *UIConstraints: *InputSlot PF26A *PageRegion EnvMonarch
  268. *UIConstraints: *PageSize EnvDL *InputSlot PF26A
  269. *UIConstraints: *InputSlot PF26A *PageSize EnvDL
  270. *UIConstraints: *PageRegion EnvDL *InputSlot PF26A
  271. *UIConstraints: *InputSlot PF26A *PageRegion EnvDL
  272. *UIConstraints: *PageSize EnvC5 *InputSlot PF26A
  273. *UIConstraints: *InputSlot PF26A *PageSize EnvC5
  274. *UIConstraints: *PageRegion EnvC5 *InputSlot PF26A
  275. *UIConstraints: *InputSlot PF26A *PageRegion EnvC5
  276. *UIConstraints: *PageSize Executive *InputSlot PF26B
  277. *UIConstraints: *InputSlot PF26B *PageSize Executive
  278. *UIConstraints: *PageRegion Executive *InputSlot PF26B
  279. *UIConstraints: *InputSlot PF26B *PageRegion Executive
  280. *UIConstraints: *PageSize A5 *InputSlot PF26B
  281. *UIConstraints: *InputSlot PF26B *PageSize A5
  282. *UIConstraints: *PageRegion A5 *InputSlot PF26B
  283. *UIConstraints: *InputSlot PF26B *PageRegion A5
  284. *UIConstraints: *PageSize A6 *InputSlot PF26B
  285. *UIConstraints: *InputSlot PF26B *PageSize A6
  286. *UIConstraints: *PageRegion A6 *InputSlot PF26B
  287. *UIConstraints: *InputSlot PF26B *PageRegion A6
  288. *UIConstraints: *PageSize ISOB5 *InputSlot PF26B
  289. *UIConstraints: *InputSlot PF26B *PageSize ISOB5
  290. *UIConstraints: *PageRegion ISOB5 *InputSlot PF26B
  291. *UIConstraints: *InputSlot PF26B *PageRegion ISOB5
  292. *UIConstraints: *PageSize B6 *InputSlot PF26B
  293. *UIConstraints: *InputSlot PF26B *PageSize B6
  294. *UIConstraints: *PageRegion B6 *InputSlot PF26B
  295. *UIConstraints: *InputSlot PF26B *PageRegion B6
  296. *UIConstraints: *PageSize EnvPersonal *InputSlot PF26B
  297. *UIConstraints: *InputSlot PF26B *PageSize EnvPersonal
  298. *UIConstraints: *PageRegion EnvPersonal *InputSlot PF26B
  299. *UIConstraints: *InputSlot PF26B *PageRegion EnvPersonal
  300. *UIConstraints: *PageSize Env9 *InputSlot PF26B
  301. *UIConstraints: *InputSlot PF26B *PageSize Env9
  302. *UIConstraints: *PageRegion Env9 *InputSlot PF26B
  303. *UIConstraints: *InputSlot PF26B *PageRegion Env9
  304. *UIConstraints: *PageSize Env10 *InputSlot PF26B
  305. *UIConstraints: *InputSlot PF26B *PageSize Env10
  306. *UIConstraints: *PageRegion Env10 *InputSlot PF26B
  307. *UIConstraints: *InputSlot PF26B *PageRegion Env10
  308. *UIConstraints: *PageSize EnvMonarch *InputSlot PF26B
  309. *UIConstraints: *InputSlot PF26B *PageSize EnvMonarch
  310. *UIConstraints: *PageRegion EnvMonarch *InputSlot PF26B
  311. *UIConstraints: *InputSlot PF26B *PageRegion EnvMonarch
  312. *UIConstraints: *PageSize EnvDL *InputSlot PF26B
  313. *UIConstraints: *InputSlot PF26B *PageSize EnvDL
  314. *UIConstraints: *PageRegion EnvDL *InputSlot PF26B
  315. *UIConstraints: *InputSlot PF26B *PageRegion EnvDL
  316. *UIConstraints: *PageSize EnvC5 *InputSlot PF26B
  317. *UIConstraints: *InputSlot PF26B *PageSize EnvC5
  318. *UIConstraints: *PageRegion EnvC5 *InputSlot PF26B
  319. *UIConstraints: *InputSlot PF26B *PageRegion EnvC5
  320. *UIConstraints: *Duplex *PageSize Executive
  321. *UIConstraints: *PageSize Executive *Duplex DuplexTumble
  322. *UIConstraints: *PageSize Executive *Duplex DuplexNoTumble
  323. *UIConstraints: *Duplex *PageRegion Executive
  324. *UIConstraints: *PageRegion Executive *Duplex DuplexTumble
  325. *UIConstraints: *PageRegion Executive *Duplex DuplexNoTumble
  326. *UIConstraints: *Duplex *PageSize Tabloid
  327. *UIConstraints: *PageSize Tabloid *Duplex DuplexTumble
  328. *UIConstraints: *PageSize Tabloid *Duplex DuplexNoTumble
  329. *UIConstraints: *Duplex *PageRegion Tabloid
  330. *UIConstraints: *PageRegion Tabloid *Duplex DuplexTumble
  331. *UIConstraints: *PageRegion Tabloid *Duplex DuplexNoTumble
  332. *UIConstraints: *Duplex *PageSize A3
  333. *UIConstraints: *PageSize A3 *Duplex DuplexTumble
  334. *UIConstraints: *PageSize A3 *Duplex DuplexNoTumble
  335. *UIConstraints: *Duplex *PageRegion A3
  336. *UIConstraints: *PageRegion A3 *Duplex DuplexTumble
  337. *UIConstraints: *PageRegion A3 *Duplex DuplexNoTumble
  338. *UIConstraints: *Duplex *PageSize A6
  339. *UIConstraints: *PageSize A6 *Duplex DuplexTumble
  340. *UIConstraints: *PageSize A6 *Duplex DuplexNoTumble
  341. *UIConstraints: *Duplex *PageRegion A6
  342. *UIConstraints: *PageRegion A6 *Duplex DuplexTumble
  343. *UIConstraints: *PageRegion A6 *Duplex DuplexNoTumble
  344. *UIConstraints: *Duplex *PageSize B4
  345. *UIConstraints: *PageSize B4 *Duplex DuplexTumble
  346. *UIConstraints: *PageSize B4 *Duplex DuplexNoTumble
  347. *UIConstraints: *Duplex *PageRegion B4
  348. *UIConstraints: *PageRegion B4 *Duplex DuplexTumble
  349. *UIConstraints: *PageRegion B4 *Duplex DuplexNoTumble
  350. *UIConstraints: *Duplex *PageSize ISOB5
  351. *UIConstraints: *PageSize ISOB5 *Duplex DuplexTumble
  352. *UIConstraints: *PageSize ISOB5 *Duplex DuplexNoTumble
  353. *UIConstraints: *Duplex *PageRegion ISOB5
  354. *UIConstraints: *PageRegion ISOB5 *Duplex DuplexTumble
  355. *UIConstraints: *PageRegion ISOB5 *Duplex DuplexNoTumble
  356. *UIConstraints: *Duplex *PageSize B6
  357. *UIConstraints: *PageSize B6 *Duplex DuplexTumble
  358. *UIConstraints: *PageSize B6 *Duplex DuplexNoTumble
  359. *UIConstraints: *Duplex *PageRegion B6
  360. *UIConstraints: *PageRegion B6 *Duplex DuplexTumble
  361. *UIConstraints: *PageRegion B6 *Duplex DuplexNoTumble
  362. *UIConstraints: *Duplex *PageSize EnvPersonal
  363. *UIConstraints: *PageSize EnvPersonal *Duplex DuplexTumble
  364. *UIConstraints: *PageSize EnvPersonal *Duplex DuplexNoTumble
  365. *UIConstraints: *Duplex *PageRegion EnvPersonal
  366. *UIConstraints: *PageRegion EnvPersonal *Duplex DuplexTumble
  367. *UIConstraints: *PageRegion EnvPersonal *Duplex DuplexNoTumble
  368. *UIConstraints: *Duplex *PageSize Env9
  369. *UIConstraints: *PageSize Env9 *Duplex DuplexTumble
  370. *UIConstraints: *PageSize Env9 *Duplex DuplexNoTumble
  371. *UIConstraints: *Duplex *PageRegion Env9
  372. *UIConstraints: *PageRegion Env9 *Duplex DuplexTumble
  373. *UIConstraints: *PageRegion Env9 *Duplex DuplexNoTumble
  374. *UIConstraints: *Duplex *PageSize Env10
  375. *UIConstraints: *PageSize Env10 *Duplex DuplexTumble
  376. *UIConstraints: *PageSize Env10 *Duplex DuplexNoTumble
  377. *UIConstraints: *Duplex *PageRegion Env10
  378. *UIConstraints: *PageRegion Env10 *Duplex DuplexTumble
  379. *UIConstraints: *PageRegion Env10 *Duplex DuplexNoTumble
  380. *UIConstraints: *Duplex *PageSize EnvMonarch
  381. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexTumble
  382. *UIConstraints: *PageSize EnvMonarch *Duplex DuplexNoTumble
  383. *UIConstraints: *Duplex *PageRegion EnvMonarch
  384. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexTumble
  385. *UIConstraints: *PageRegion EnvMonarch *Duplex DuplexNoTumble
  386. *UIConstraints: *Duplex *PageSize EnvDL
  387. *UIConstraints: *PageSize EnvDL *Duplex DuplexTumble
  388. *UIConstraints: *PageSize EnvDL *Duplex DuplexNoTumble
  389. *UIConstraints: *Duplex *PageRegion EnvDL
  390. *UIConstraints: *PageRegion EnvDL *Duplex DuplexTumble
  391. *UIConstraints: *PageRegion EnvDL *Duplex DuplexNoTumble
  392. *UIConstraints: *Duplex *PageSize EnvC5
  393. *UIConstraints: *PageSize EnvC5 *Duplex DuplexTumble
  394. *UIConstraints: *PageSize EnvC5 *Duplex DuplexNoTumble
  395. *UIConstraints: *Duplex *PageRegion EnvC5
  396. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexTumble
  397. *UIConstraints: *PageRegion EnvC5 *Duplex DuplexNoTumble
  398.  
  399. *% Resolution 
  400. *OpenUI *Resolution/Resolution: PickOne
  401. *OrderDependency: 10 AnySetup *Resolution
  402. *DefaultResolution: 600dpi
  403. *Resolution 300dpi/300 Dots per Inch (dpi): "<< /HWResolution [300 300] >> setpagedevice"
  404. *Resolution 600dpi/600 Dots per Inch (dpi): "<< /HWResolution [600 600] >> setpagedevice"
  405. *?Resolution: "save currentpagedevice /HWResolution get 0 get (      ) cvs print (dpi) = flush restore"
  406. *CloseUI: *Resolution
  407.  
  408. *% Image Refinement 
  409. *OpenUI *Smoothing/KIR: PickOne
  410. *OrderDependency: 50 AnySetup *Smoothing
  411. *DefaultSmoothing: True
  412. *Smoothing True/On: "1 statusdict /setdoret get exec"
  413. *Smoothing False/Off: "0 statusdict /setdoret get exec"
  414. *?Smoothing: "
  415.   save
  416.   [(False)(True)(True)(True)]
  417.   statusdict /doret get exec {get} stopped
  418.   {pop pop (Unknown)} if
  419.   = flush restore"
  420. *End
  421. *CloseUI: *Smoothing
  422.  
  423. *% Halftone Information 
  424. *DefaultHalftoneType: 1
  425. *ScreenFreq: "60.0"
  426. *ScreenAngle: "45.0"
  427. *ResScreenFreq 600dpi: "60.0"
  428. *ResScreenAngle 600dpi: "45.0"
  429. *ResScreenFreq 300dpi: "53.0"
  430. *ResScreenAngle 300dpi: "45.0"
  431.  
  432. *DefaultScreenProc: Ellipse
  433. *ScreenProc Dot: "
  434.   {abs exch abs 2 copy add 1 gt
  435.   {1 sub dup mul exch 1 sub dup mul add 1 sub}
  436.   {dup mul exch dup mul add 1 exch sub} ifelse}"
  437. *End
  438. *ScreenProc Line: "{pop}"
  439. *ScreenProc Ellipse: "{dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub}"
  440. *DefaultTransfer: Null
  441. *Transfer Null: "{}"
  442. *Transfer Null.Inverse: "{1 exch sub}"
  443.  
  444. *% Paper Handling 
  445. *% Page Size Definitions
  446. *OpenUI *PageSize: PickOne
  447. *OrderDependency: 40 AnySetup *PageSize
  448. *DefaultPageSize: Letter
  449. *PageSize Letter/Letter: "<</Policies <</PageSize 2>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  450. *PageSize Legal/Legal: "<</Policies <</PageSize 2>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  451. *PageSize Executive/Executive: "<</Policies <</PageSize 2>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  452. *PageSize Tabloid/11x17 (Ledger): "<</Policies <</PageSize 2>> /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  453. *PageSize A3/A3: "<</Policies <</PageSize 2>> /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  454. *PageSize A4/A4: "<</Policies <</PageSize 2>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  455. *PageSize A5/A5: "<</Policies <</PageSize 2>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  456. *PageSize A6/A6: "<</Policies <</PageSize 2>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  457. *PageSize B4/B4: "<</Policies <</PageSize 2>> /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  458. *PageSize B5/B5 (JIS): "<</Policies <</PageSize 2>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  459. *PageSize ISOB5/B5 (ISO): "<</Policies <</PageSize 2>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  460. *PageSize B6/B6: "<</Policies <</PageSize 2>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  461. *PageSize EnvPersonal/Envelope #6: "<</Policies <</PageSize 2>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  462. *PageSize Env9/Envelope #9: "<</Policies <</PageSize 2>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  463. *PageSize Env10/Envelope #10: "<</Policies <</PageSize 2>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  464. *PageSize EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 2>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  465. *PageSize EnvDL/Envelope DL: "<</Policies <</PageSize 2>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  466. *PageSize EnvC5/Envelope C5: "<</Policies <</PageSize 2>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  467. *?PageSize: "
  468.   save
  469.   currentpagedevice /PageSize get aload pop
  470.   2 copy gt {exch} if
  471.   (Unknown)
  472.   18 dict
  473.   dup [612 792] (Letter) put
  474.   dup [612 1008] (Legal) put
  475.   dup [522 756] (Executive) put
  476.   dup [792 1224] (Tabloid) put
  477.   dup [842 1191] (A3) put
  478.   dup [595 842] (A4) put
  479.   dup [420 595] (A5) put
  480.   dup [297 420] (A6) put
  481.   dup [729 1032] (B4) put
  482.   dup [516 729] (B5) put
  483.   dup [499 709] (ISOB5) put
  484.   dup [363 516] (B6) put
  485.   dup [261 468] (EnvPersonal) put
  486.   dup [279 639] (Env9) put
  487.   dup [297 684] (Env10) put
  488.   dup [279 540] (EnvMonarch) put
  489.   dup [312 624] (EnvDL) put
  490.   dup [459 649] (EnvC5) put
  491.   {exch aload pop 4 index sub abs 5 le exch
  492.     5 index sub abs 5 le and
  493.     {exch pop exit}{pop} ifelse
  494.   } bind forall
  495.   = flush pop pop restore "
  496. *End
  497. *CloseUI: *PageSize
  498.  
  499. *% Page Region Definitions for Frame Buffer
  500. *OpenUI *PageRegion: PickOne
  501. *OrderDependency: 40 AnySetup *PageRegion
  502. *DefaultPageRegion: Letter
  503. *PageRegion Letter/Letter: "<</Policies <</PageSize 7>> /PageSize [612 792] /ImagingBBox null>> setpagedevice"
  504. *PageRegion Legal/Legal: "<</Policies <</PageSize 7>> /PageSize [612 1008] /ImagingBBox null>> setpagedevice"
  505. *PageRegion Executive/Executive: "<</Policies <</PageSize 7>> /PageSize [522 756] /ImagingBBox null>> setpagedevice"
  506. *PageRegion Tabloid/11x17 (Ledger): "<</Policies <</PageSize 7>> /PageSize [792 1224] /ImagingBBox null>> setpagedevice"
  507. *PageRegion A3/A3: "<</Policies <</PageSize 7>> /PageSize [842 1191] /ImagingBBox null>> setpagedevice"
  508. *PageRegion A4/A4: "<</Policies <</PageSize 7>> /PageSize [595 842] /ImagingBBox null>> setpagedevice"
  509. *PageRegion A5/A5: "<</Policies <</PageSize 7>> /PageSize [420 595] /ImagingBBox null>> setpagedevice"
  510. *PageRegion A6/A6: "<</Policies <</PageSize 7>> /PageSize [297 420] /ImagingBBox null>> setpagedevice"
  511. *PageRegion B4/B4: "<</Policies <</PageSize 7>> /PageSize [729 1032] /ImagingBBox null>> setpagedevice"
  512. *PageRegion B5/B5 (JIS): "<</Policies <</PageSize 7>> /PageSize [516 729] /ImagingBBox null>> setpagedevice"
  513. *PageRegion ISOB5/B5 (ISO): "<</Policies <</PageSize 7>> /PageSize [499 709] /ImagingBBox null>> setpagedevice"
  514. *PageRegion B6/B6: "<</Policies <</PageSize 7>> /PageSize [363 516] /ImagingBBox null>> setpagedevice"
  515. *PageRegion EnvPersonal/Envelope #6: "<</Policies <</PageSize 7>> /PageSize [261 468] /ImagingBBox null>> setpagedevice"
  516. *PageRegion Env9/Envelope #9: "<</Policies <</PageSize 7>> /PageSize [279 639] /ImagingBBox null>> setpagedevice"
  517. *PageRegion Env10/Envelope #10: "<</Policies <</PageSize 7>> /PageSize [297 684] /ImagingBBox null>> setpagedevice"
  518. *PageRegion EnvMonarch/Envelope Monarch: "<</Policies <</PageSize 7>> /PageSize [279 540] /ImagingBBox null>> setpagedevice"
  519. *PageRegion EnvDL/Envelope DL: "<</Policies <</PageSize 7>> /PageSize [312 624] /ImagingBBox null>> setpagedevice"
  520. *PageRegion EnvC5/Envelope C5: "<</Policies <</PageSize 7>> /PageSize [459 649] /ImagingBBox null>> setpagedevice"
  521. *CloseUI: *PageRegion
  522.  
  523. *% Imageable Area Definitions
  524. *DefaultImageableArea: Letter
  525. *ImageableArea Letter/Letter: "12 16 600 776"
  526. *ImageableArea Legal/Legal: "12 17 600 991"
  527. *ImageableArea Executive/Executive: "12 12 510 744"
  528. *ImageableArea Tabloid/11x17 (Ledger): "12 12 780 1212"
  529. *ImageableArea A3/A3: "12 12 830 1179"
  530. *ImageableArea A4/A4: "14 15 581 827"
  531. *ImageableArea A5/A5: "12 12 409 583"
  532. *ImageableArea A6/A6: "12 12 285 409"
  533. *ImageableArea B4/B4: "12 12 716 1020"
  534. *ImageableArea B5/B5 (JIS): "21 12 495 717"
  535. *ImageableArea ISOB5/B5 (ISO): "12 12 487 696"
  536. *ImageableArea B6/B6: "12 12 352 504"
  537. *ImageableArea EnvPersonal/Envelope #6: "12 12 249 456"
  538. *ImageableArea Env9/Envelope #9: "12 12 267 627"
  539. *ImageableArea Env10/Envelope #10: "12 12 285 672"
  540. *ImageableArea EnvMonarch/Envelope Monarch: "12 12 267 528"
  541. *ImageableArea EnvDL/Envelope DL: "12 12 300 612"
  542. *ImageableArea EnvC5/Envelope C5: "12 12 447 637"
  543. *?ImageableArea: "
  544.   save
  545.   /cvp {cvi (                   ) cvs
  546.   print ( ) print} bind def
  547.   newpath clippath pathbbox
  548.   4 -2 roll exch 2 {ceiling cvp} repeat
  549.   exch 2 {floor cvp} repeat ( )
  550.   = flush restore"
  551. *End
  552.  
  553. *% Physical Dimensions of Media
  554. *DefaultPaperDimension: Letter
  555. *PaperDimension Letter/Letter: "612 792"
  556. *PaperDimension Legal/Legal: "612 1008"
  557. *PaperDimension Executive/Executive: "522 756"
  558. *PaperDimension Tabloid/11x17 (Ledger): "792 1224"
  559. *PaperDimension A3/A3: "842 1191"
  560. *PaperDimension A4/A4: "595 842"
  561. *PaperDimension A5/A5: "420 595"
  562. *PaperDimension A6/A6: "297 420"
  563. *PaperDimension B4/B4: "729 1032"
  564. *PaperDimension B5/B5 (JIS): "516 729"
  565. *PaperDimension ISOB5/B5 (ISO): "499 709"
  566. *PaperDimension B6/B6: "363 516"
  567. *PaperDimension EnvPersonal/Envelope #6: "261 468"
  568. *PaperDimension Env9/Envelope #9: "279 639"
  569. *PaperDimension Env10/Envelope #10: "297 684"
  570. *PaperDimension EnvMonarch/Envelope Monarch: "279 540"
  571. *PaperDimension EnvDL/Envelope DL: "312 624"
  572. *PaperDimension EnvC5/Envelope C5: "459 649"
  573.  
  574. *% Input Slot Definitions
  575. *OpenUI *InputSlot: PickOne
  576. *OrderDependency: 30 AnySetup *InputSlot
  577. *DefaultInputSlot: Internal
  578. *InputSlot Internal/Cassette 1 (Internal): "<</ManualFeed false>> setpagedevice statusdict begin 0 setpapertray end"
  579. *InputSlot PF26A/Cassette 2: "<</ManualFeed false>> setpagedevice statusdict begin 1 setpapertray end"
  580. *InputSlot PF26B/Cassette 3: "<</ManualFeed false>> setpagedevice statusdict begin 4 setpapertray end"
  581. *InputSlot MF1/Multi-Purpose Feeder: "<</ManualFeed false>> setpagedevice statusdict begin 3 setpapertray end"
  582. *InputSlot MF/Manual Feed: "<< /ManualFeed true >> setpagedevice"
  583. *?InputSlot: ""
  584. *CloseUI: *InputSlot
  585.  
  586. *% MediaType Definitions
  587. *OpenUI *MediaType: PickOne
  588. *OrderDependency: 100 AnySetup *MediaType
  589. *DefaultMediaType: Plain
  590. *MediaType Plain/Plain Paper: "<</ManualFeed false /MediaType (Plain) /DeferredMediaSelection true >> setpagedevice"
  591. *MediaType Transparency/Transparency: "<</ManualFeed false /MediaType (Transparency) /DeferredMediaSelection true >> setpagedevice"
  592. *MediaType Labels/Labels: "<</ManualFeed false /MediaType (Labels) /DeferredMediaSelection true >> setpagedevice"
  593. *MediaType Letterhead/Letterhead: "<</ManualFeed false /MediaType (Letterhead) /DeferredMediaSelection true >> setpagedevice"
  594. *MediaType Bond/Bond: "<</ManualFeed false /MediaType (Bond) /DeferredMediaSelection true >> setpagedevice"
  595. *MediaType Color/Color: "<</ManualFeed false /MediaType (Color) /DeferredMediaSelection true >> setpagedevice"
  596. *MediaType Preprinted/Preprinted: "<</ManualFeed false /MediaType (Preprinted) /DeferredMediaSelection true >> setpagedevice"
  597. *MediaType Prepunched/Prepunched: "<</ManualFeed false /MediaType (Prepunched) /DeferredMediaSelection true >> setpagedevice"
  598. *MediaType Recycled/Recycled: "<</ManualFeed false /MediaType (Recycled) /DeferredMediaSelection true >> setpagedevice"
  599. *MediaType Rough/Rough: "<</ManualFeed false /MediaType (Rough) /DeferredMediaSelection true >> setpagedevice"
  600. *MediaType Cardstock/Cardstock: "<</ManualFeed false /MediaType (Card Stock) /DeferredMediaSelection true >> setpagedevice"
  601. *MediaType Vellum/Vellum: "<</ManualFeed false /MediaType (Vellum) /DeferredMediaSelection true >> setpagedevice"
  602. *MediaType User1/Custom 1: "<</ManualFeed false /MediaType (Custom Type1) /DeferredMediaSelection true >> setpagedevice"
  603. *MediaType User2/Custom 2: "<</ManualFeed false /MediaType (Custom Type2) /DeferredMediaSelection true >> setpagedevice"
  604. *MediaType User3/Custom 3: "<</ManualFeed false /MediaType (Custom Type3) /DeferredMediaSelection true >> setpagedevice"
  605. *MediaType User4/Custom 4: "<</ManualFeed false /MediaType (Custom Type4) /DeferredMediaSelection true >> setpagedevice"
  606. *MediaType User5/Custom 5: "<</ManualFeed false /MediaType (Custom Type5) /DeferredMediaSelection true >> setpagedevice"
  607. *MediaType User6/Custom 6: "<</ManualFeed false /MediaType (Custom Type6) /DeferredMediaSelection true >> setpagedevice"
  608. *MediaType User7/Custom 7: "<</ManualFeed false /MediaType (Custom Type7) /DeferredMediaSelection true >> setpagedevice"
  609. *MediaType User8/Custom 8: "<</ManualFeed false /MediaType (Custom Type8) /DeferredMediaSelection true >> setpagedevice"
  610. *?MediaType: "
  611.   save
  612.     currentpagedevice /MediaType {get} stopped
  613.     {pop pop (Unknown)} {dup null eq {pop (Unknown)} if} ifelse = flush
  614.   restore"
  615. *End
  616. *CloseUI: *MediaType
  617.  
  618. *RequiresPageRegion All: True
  619. *% Output Bin Definitions
  620. *OpenUI *OutputBin/Output Bin: PickOne
  621. *OrderDependency: 51 AnySetup *OutputBin
  622. *DefaultOutputBin: FDTop
  623. *OutputBin FDTop/Top Tray (Face-Down): "0 statusdict /setoutputtray get exec"
  624. *OutputBin FURear/Rear Tray (Face-Up): "1 statusdict /setoutputtray get exec"
  625. *?OutputBin: ""
  626. *CloseUI: *OutputBin
  627.  
  628. *% Duplex Definitions
  629. *OpenUI *Duplex/Duplexing: PickOne
  630. *OrderDependency: 50 AnySetup *Duplex
  631. *DefaultDuplex: None
  632. *Duplex None/None: "statusdict begin false setduplexmode false settumble end"
  633. *Duplex DuplexTumble/Short Edge: "statusdict begin true setduplexmode true settumble end"
  634. *Duplex DuplexNoTumble/Long Edge: "statusdict begin true setduplexmode false settumble end"
  635. *?Duplex: "
  636.   save
  637.   statusdict begin
  638.   duplexmode
  639.   {tumble {(DuplexTumble)}{(DuplexNoTumble)} ifelse}
  640.   {(None)} ifelse
  641.   = flush end restore"
  642. *End
  643. *CloseUI: *Duplex
  644.  
  645. *% Job Spooling Definitions
  646. *OpenUI *KCCollate/Job Spooling: PickOne
  647. *OrderDependency: 20 AnySetup *KCCollate
  648. *DefaultKCCollate: None
  649. *KCCollate None/None: "<< /Collate false >> setpagedevice"
  650. *KCCollate Temp/Temporary: "
  651.   userdict /UICollateDetails known not {userdict /UICollateDetails 10 dict put} if
  652.   userdict /UICollateDetails get  /Mode 0  put <</Collate true /CollateDetails UICollateDetails>> setpagedevice"
  653. *End
  654. *?KCCollate: "
  655.   save
  656.   currentpagedevice dup /Collate known {
  657.     dup /CollateDetails known {
  658.       /CollateDetails get
  659.       dup /Mode known {
  660.         /Mode get
  661.         1 {
  662.           dup 0 eq {pop (Temp) exit} if
  663.           pop (Unknown)
  664.         } repeat
  665.       }{pop (Unknown)} ifelse
  666.     }{pop (Unknown)} ifelse
  667.   }{pop (Unknown)} ifelse
  668.   = flush restore"
  669. *End
  670. *CloseUI: *KCCollate
  671.  
  672. *% Tray Switch Definitions
  673. *OpenUI *TraySwitch/Auto Tray Switch: PickOne
  674. *OrderDependency: 25 AnySetup *TraySwitch
  675. *DefaultTraySwitch: PrnDef
  676. *TraySwitch PrnDef/Printer Default: ""
  677. *TraySwitch True/On: "<< /TraySwitch true >> setpagedevice"
  678. *TraySwitch False/Off: "<< /TraySwitch false >> setpagedevice"
  679. *?TraySwitch: "
  680.   save
  681.   currentpagedevice /TraySwitch get
  682.   { (True) }{ (False) } ifelse
  683.   = flush restore"
  684. *End
  685. *CloseUI: *TraySwitch
  686.  
  687. *% PPD Version Info 
  688. *OpenUI *KCVersion/PPD Version: PickOne
  689. *OrderDependency: 25 AnySetup *KCVersion
  690. *DefaultKCVersion: Default
  691. *KCVersion Default/1.6.2 [06-19-2000]: ""
  692. *KCVersion Default1/<A9>Kyocera Corporation: ""
  693. *CloseUI: *KCVersion
  694.  
  695. *% Font Information
  696. *DefaultFont: Courier
  697. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  698. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  699. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  700. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  701. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  702. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  703. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  704. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  705. *Font Courier: Standard "(002.004S)" Standard ROM
  706. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  707. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  708. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  709. *Font Helvetica: Standard "(001.006S)" Standard ROM
  710. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  711. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  712. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  713. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  714. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  715. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  716. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  717. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  718. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  719. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  720. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  721. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  722. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  723. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  724. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  725. *Font Symbol: Special "(001.007S)" Special ROM
  726. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  727. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  728. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  729. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  730. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  731. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  732. *Font Albertus-Medium: Standard "(001.008S)" Standard ROM
  733. *Font Albertus-ExtraBold: Standard "(001.008S)" Standard ROM
  734. *Font AntiqueOlive: Standard "(001.008S)" Standard ROM
  735. *Font AntiqueOlive-Italic: Standard "(001.008S)" Standard ROM
  736. *Font AntiqueOlive-Bold: Standard "(001.008S)" Standard ROM
  737. *Font Arial: Standard "(001.008S)" Standard ROM
  738. *Font Arial-Italic: Standard "(001.008S)" Standard ROM
  739. *Font Arial-Bold: Standard "(001.008S)" Standard ROM
  740. *Font Arial-BoldItalic: Standard "(001.008S)" Standard ROM
  741. *Font CGOmega: Standard "(001.008S)" Standard ROM
  742. *Font CGOmega-Italic: Standard "(001.008S)" Standard ROM
  743. *Font CGOmega-Bold: Standard "(001.008S)" Standard ROM
  744. *Font CGOmega-BoldItalic: Standard "(001.008S)" Standard ROM
  745. *Font CGTimes: Standard "(001.008S)" Standard ROM
  746. *Font CGTimes-Italic: Standard "(001.008S)" Standard ROM
  747. *Font CGTimes-Bold: Standard "(001.008S)" Standard ROM
  748. *Font CGTimes-BoldItalic: Standard "(001.008S)" Standard ROM
  749. *Font Clarendon-Condensed-Bold: Standard "(001.008S)" Standard ROM
  750. *Font Coronet: Standard "(001.008S)" Standard ROM
  751. *Font CourierHP: Standard "(001.008S)" Standard ROM
  752. *Font CourierHP-Italic: Standard "(001.008S)" Standard ROM
  753. *Font CourierHP-Bold: Standard "(001.008S)" Standard ROM
  754. *Font CourierHP-BoldItalic: Standard "(001.008S)" Standard ROM
  755. *Font Garamond-Antiqua: Standard "(001.008S)" Standard ROM
  756. *Font Garamond-Halbfett: Standard "(001.008S)" Standard ROM
  757. *Font Garamond-Kursiv: Standard "(001.008S)" Standard ROM
  758. *Font Garamond-KursivHalbfett: Standard "(001.008S)" Standard ROM
  759. *Font LetterGothic: Standard "(001.008S)" Standard ROM
  760. *Font LetterGothic-Italic: Standard "(001.008S)" Standard ROM
  761. *Font LetterGothic-Bold: Standard "(001.008S)" Standard ROM
  762. *Font Marygold: Standard "(001.008S)" Standard ROM
  763. *Font SymbolMT: Standard "(001.008S)" Standard ROM
  764. *Font TimesNewRoman: Standard "(001.008S)" Standard ROM
  765. *Font TimesNewRoman-Italic: Standard "(001.008S)" Standard ROM
  766. *Font TimesNewRoman-BoldItalic: Standard "(001.008S)" Standard ROM
  767. *Font TimesNewRoman-Bold: Standard "(001.008S)" Standard ROM
  768. *Font Univers-Medium: Standard "(001.008S)" Standard ROM
  769. *Font Univers-MediumItalic: Standard "(001.008S)" Standard ROM
  770. *Font Univers-Bold: Standard "(001.008S)" Standard ROM
  771. *Font Univers-BoldItalic: Standard "(001.008S)" Standard ROM
  772. *Font Univers-Condensed-Medium: Standard "(001.008S)" Standard ROM
  773. *Font Univers-Condensed-MediumItalic: Standard "(001.008S)" Standard ROM
  774. *Font Univers-Condensed-Bold: Standard "(001.008S)" Standard ROM
  775. *Font Univers-Condensed-BoldItalic: Standard "(001.008S)" Standard ROM
  776. *Font Wingdings-Regular: Special "(001.008S)" Special ROM
  777. *?FontQuery: "
  778.   save
  779.   /str 100 string dup 0 (fonts/) putinterval def
  780.   {count 1 gt
  781.     { exch dup str 6 94 getinterval cvs
  782.       (/) print print (:) print
  783.       FontDirectory exch known
  784.       {(Yes)}{(No)} ifelse =
  785.     }{exit} ifelse
  786.   } bind loop (*)
  787.   = flush restore"
  788. *End
  789. *?FontList: "save FontDirectory { pop == } bind forall flush (*) = flush restore"
  790. *% Printer Messages
  791. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  792. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  793. *Message: "\FontName\ not found, using Courier"
  794.  
  795. *% Status (format: %%[ status: <one of these> ]%% )
  796. *Status: "warming up"
  797. *Status: "idle"
  798. *Status: "busy"
  799. *Status: "waiting"
  800. *Status: "printing"
  801. *Status: "initializing"
  802. *Status: "printing test page"/printing test page
  803. *Status: "PrinterError: paper entry misfeed"
  804. *Status: "PrinterError: cover open"
  805. *Status: "PrinterError: no paper tray"
  806. *Status: "PrinterError: out of paper"
  807. *Status: "PrinterError: toner low (halt)"
  808. *Status: "PrinterError: warming up"
  809. *Status: "PrinterError: other reason"
  810. *Status: "PrinterError: video interface mode"
  811. *Status: "PrinterError: offline"
  812. *Status: "PrinterError: toner low (warning)"
  813.  
  814. *% Printer Error (format: %%[ PrinterError: <one of these> ]%% )
  815. *PrinterError: "paper entry misfeed"
  816. *PrinterError: "cover open"
  817. *PrinterError: "no paper tray"
  818. *PrinterError: "out of paper"
  819. *PrinterError: "toner low (halt)"
  820. *PrinterError: "warming up"
  821. *PrinterError: "other reason"
  822. *PrinterError: "video interface mode"
  823. *PrinterError: "offline"
  824. *PrinterError: "toner low (warning)"
  825.  
  826. *% Input Sources (format: %%[ status: <stat>;source:<one of these> ]%% )
  827. *Source: "Serial"
  828. *Source: "Parallel"
  829. *Source: "LocalTalk"
  830. *Source: "Option"
  831.  
  832. *%  End of PPD file for Kyocera FS-6300 (USA English)
  833.